'宣言 Public Overloads Shared Function Create( _ Optional ByVal getFontSize As System.Func(Of Double), _ Optional ByVal getFontFamily As System.Func(Of String), _ Optional ByVal getIsBold As System.Func(Of Nullable(Of Boolean)), _ Optional ByVal getIsItalic As System.Func(Of Nullable(Of Boolean)) _ ) As C1Font
public static C1Font Create( System.Func<double> getFontSize, System.Func<string> getFontFamily, System.Func<Nullable<bool>> getIsBold, System.Func<Nullable<bool>> getIsItalic )
パラメータ
- getFontSize
- getFontFamily
- getIsBold
- getIsItalic